projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6882a5
)
* lisp/emacs-lisp/comp.el (comp--compute-function-types): Fix missing doc.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 16:45:41 +0000
(17:45 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 21 Feb 2024 16:52:52 +0000
(17:52 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 46d2896f2be8f84414d994e4658677f4538d4d74..e0da01bcc5d11d885e424c81df9ea71d9608af07 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-3033,7
+3033,7
@@
Set it into the `type' slot."
(setf (comp-cstr-imm (comp-func-type func)) type))))
(defun comp--compute-function-types (_)
- ""
+ "
Compute and store the type specifier for all functions.
"
(maphash #'comp--compute-function-type (comp-ctxt-funcs-h comp-ctxt)))
\f